home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / chardet / nsDocumentCharsetInfoCID.h < prev    next >
C/C++ Source or Header  |  2006-05-08  |  375b  |  14 lines

  1. #ifndef nsDocumentCharsetInfoCID_h__
  2. #define nsDocumentCharsetInfoCID_h__
  3.  
  4. #include "nscore.h"
  5.  
  6. #define NS_DOCUMENTCHARSETINFO_CONTRACTID "@mozilla.org/document-charset-info;1"
  7.  
  8. // {D25E0511-2BAE-11d4-9D10-0050040007B2}
  9. #define NS_DOCUMENTCHARSETINFO_CID \
  10.   {0xd25e0511, 0x2bae, 0x11d4, {0x9d, 0x10, 0x0, 0x50, 0x4, 0x0, 0x7, 0xb2}}
  11.  
  12. #endif // nsDocumentCharsetInfoCID_h__
  13.  
  14.